home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap01 / howto01 / ccsavrsu.dfm / ccsavrsu.txt next >
Encoding:
Text File  |  1996-02-28  |  3.0 KB  |  133 lines

  1. object SetupDialog: TSetupDialog
  2.   Left = 50
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CC Screen Saver Setup'
  7.   ClientHeight = 244
  8.   ClientWidth = 430
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 230
  20.     Top = 26
  21.     Width = 187
  22.     Height = 167
  23.     Center = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Stretch = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 230
  29.     Top = 0
  30.     Width = 180
  31.     Height = 26
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'Image Preview'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 6
  38.     Top = 0
  39.     Width = 206
  40.     Height = 26
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Image To Display'
  44.   end
  45.   object Label3: TLabel
  46.     Left = 13
  47.     Top = 128
  48.     Width = 205
  49.     Height = 26
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'Image Speed = 1'
  53.   end
  54.   object AcceptButton: TBitBtn
  55.     Left = 154
  56.     Top = 198
  57.     Width = 128
  58.     Height = 34
  59.     TabOrder = 0
  60.     OnClick = AcceptButtonClick
  61.     Kind = bkOK
  62.   end
  63.   object CancelButton: TBitBtn
  64.     Left = 288
  65.     Top = 198
  66.     Width = 135
  67.     Height = 34
  68.     TabOrder = 1
  69.     OnClick = CancelButtonClick
  70.     Kind = bkCancel
  71.   end
  72.   object TestButton: TBitBtn
  73.     Left = 6
  74.     Top = 198
  75.     Width = 142
  76.     Height = 34
  77.     Caption = 'Test Saver'
  78.     ModalResult = 5
  79.     TabOrder = 2
  80.     OnClick = TestButtonClick
  81.     Glyph.Data = {
  82.       78010000424D7801000000000000760000002800000020000000100000000100
  83.       04000000000000000000120B0000120B00000000000000000000000000000000
  84.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  86.       333333FFFFFFFFFFFFF3344444444444443337777777777777F334CCCCCCCCCC
  87.       C43337777777777777F33444881B188444333777F3737337773333308881FF70
  88.       33333337F3373337F3333330888BF770333333373F33F337333333330881F703
  89.       3333333373F73F7333333333308B703333333333373F77333333333333080333
  90.       3333333333777FF333333333301F103333333333377777FF3333333301B1F103
  91.       333333337737777FF3333330881BFB7033333337F3737F77F333333088881F70
  92.       333333F7F3337777FFF334448888888444333777FFFFFFF777F334CCCCCCCCCC
  93.       C43337777777777777F3344444444444443337777777777777330000}
  94.     NumGlyphs = 2
  95.   end
  96.   object Edit1: TEdit
  97.     Left = 6
  98.     Top = 26
  99.     Width = 212
  100.     Height = 39
  101.     AutoSize = False
  102.     TabOrder = 3
  103.     Text = 'c:\windows\smciupkc.bmp'
  104.     OnExit = Edit1Exit
  105.   end
  106.   object Button1: TButton
  107.     Left = 6
  108.     Top = 70
  109.     Width = 212
  110.     Height = 33
  111.     Caption = 'Browse for Filename...'
  112.     TabOrder = 4
  113.     OnClick = Button1Click
  114.   end
  115.   object ScrollBar1: TScrollBar
  116.     Left = 13
  117.     Top = 160
  118.     Width = 205
  119.     Height = 26
  120.     Min = 1
  121.     Position = 1
  122.     TabOrder = 5
  123.     OnChange = ScrollBar1Change
  124.   end
  125.   object OpenDialog1: TOpenDialog
  126.     DefaultExt = 'BMP'
  127.     FileEditStyle = fsEdit
  128.     FileName = '*.BMP'
  129.     Left = 8
  130.     Top = 112
  131.   end
  132. end
  133.